home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / hyprln.zip / README.NOW < prev   
Text File  |  1990-12-13  |  6KB  |  296 lines

  1.  
  2.  
  3.  
  4.      OVERVIEW
  5.  
  6.                        Welcome to HyperLink for Turbo Pascal!
  7.  
  8.           This  package  was developed  to provide  the  expert or  novice Turbo
  9.      Pascal programmer with  a simple  means for including  Hypertext Help  into
  10.      their own programs.   Hypertext  Help has  become somewhat  of a  standard.
  11.      Programs  that  have   this  ability  display  a   much  more  professional
  12.      appearance.
  13.  
  14.           "HyperLink" is intended for users of Turbo Pascal versions 5.0 to 6.0.
  15.      Three compiled versions of the HyperLink Unit  have been included  for this
  16.      reason.  Source code  is available for those who would  like to tailor this
  17.      program to  their own specific needs.   You may be surprised  to learn that
  18.      this help unit is written entirely in Pascal.
  19.  
  20.           This  Help utility  is  very simple  to  use.   No  special editor  is
  21.      required.   You will be able  to use your own  editor (or in  many cases, a
  22.      word processor) to create the Hypertext Help files.  When you make the help
  23.      file, you will include  simple codes which  allow different keywords to  be
  24.      linked together.  No complex  linking process is involved.   One additional
  25.      feature has been provided  which gives you the ability to  control both the
  26.      size and location of the Help window on the screen.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.      README.NOW                           1
  60.  
  61.  
  62.  
  63.      GETTING STARTED
  64.  
  65.      You are off to a good start if you are reading this file first.
  66.  
  67.        1) Run the  "HyprDEMO.EXE" program which  is included with  this package.
  68.           This demo program will supply you a  brief overview of how to use  the
  69.           "HyperLink", while at the  same time showing you its features.   Turbo
  70.           Pascal  source code is supplied for  this DEMO program (located in the
  71.           file "HyprDEMO.PAS").   Make a printout,  or examine this file  before
  72.           you try to incorporate the help unit into your own personal programs.
  73.  
  74.        2) Once you have finished experimenting with  the demo, you should make a
  75.           printout of the  HyperLink manual, "HyperLNK.DOC".   An order form  is
  76.           included to make product registration easier.
  77.  
  78.        3) You may also want to make a printout of the file "HyperLNK.TXT".  This
  79.           will prove to be a good reference when you  are creating your own help
  80.           files.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.      README.NOW                           2
  119.  
  120.  
  121.  
  122.      CONTENTS OF THE HyperLink DISKETTE
  123.  
  124.      The following thirteen  files should be  included with this product. If any
  125.      of these files are missing, contact BGASoft for the complete package.
  126.  
  127.      ReadMe.NOW     - HyperLink Introduction (This file)
  128.      HyperLNK.DOC   - The HyperLink Manual.
  129.      Hyper50.TPU    - The HyperLink Unit for Turbo Pascal v5.0 Users
  130.      Hyper55.TPU    - The HyperLink Unit for Turbo Pascal v5.5 Users
  131.      Hyper60.TPU    - The HyperLink Unit for Turbo Pascal v6.0 Users
  132.      HypWnd50.TPU   - Standard procedures for Hyper50.TPU
  133.      HypWnd55.TPU   - Standard procedures for Hyper55.TPU
  134.      HyperLNK.TXT   - The HyperLink help file.
  135.      HyperLNK.NDX   - The index for the HyperLink help file
  136.      HyperNDX.EXE   - The HyperLink index creator (makes HyperLNK.NDX)
  137.      HyprDEMO.EXE   - The HyperLink Demonstration program
  138.      HyprDEMO.PAS   - Source code for the demonstration program
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.      README.NOW                           3
  178.  
  179.  
  180.  
  181.      SEND YOUR COMMENTS, SUGGESTIONS DIRECTLY TO BGASoft.
  182.  
  183.           Traditionally,  people  do  not  take  time  to  respond  unless  they
  184.      encounter a  problem.  However,  we encourage you  to make suggestions  and
  185.      comments about "HyperLink".  If there  are features that you believe  would
  186.      make  this a  better product ( etc.), feel  free to write  to us,  we  will
  187.      carefully  examine  each suggestion.    Please fill  out the  form  that is
  188.      provided below.
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.      README.NOW                           4
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.                       \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  244.                       \ HyperLink v1.0 Comment/Suggestion Form \
  245.                       \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  246.  
  247.  
  248.           Name: _______________________________________  Date: ___/___/___
  249.  
  250.           Title: _________________________________________________________
  251.  
  252.           Company: _______________________________________________________
  253.  
  254.           Address: _______________________________________________________
  255.  
  256.           City: ____________________________  State: ____  Zip: __________
  257.  
  258.           Phone:  Home: (_____) _____ - _____  Work: (_____) _____ - _____
  259.  
  260.           ________________________________________________________________
  261.  
  262.           ________________________________________________________________
  263.  
  264.           ________________________________________________________________
  265.  
  266.           ________________________________________________________________
  267.  
  268.           ________________________________________________________________
  269.  
  270.           ________________________________________________________________
  271.  
  272.           ________________________________________________________________
  273.  
  274.           ________________________________________________________________
  275.  
  276.           ________________________________________________________________
  277.  
  278.           ________________________________________________________________
  279.  
  280.           ________________________________________________________________
  281.  
  282.           ________________________________________________________________
  283.  
  284.           ________________________________________________________________
  285.  
  286.  
  287.      Send this form to:
  288.  
  289.                BGASoft
  290.                HyperLink Comments/Suggestions
  291.                P.O. Box 270674
  292.                West Hartford, CT  06127-0674
  293.  
  294.  
  295.      README.NOW                           5
  296.